home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Multimedia / A-P / Net Game.sit / Net Game folder / Net Game / printing the script... / 00022.ls < prev    next >
Encoding:
Text File  |  1994-10-24  |  294 b   |  9 lines

  1. on exitFrame
  2.   global page, start_page, end_page, iscript, page_cast, start_page_cast, end_page_cast, text_cast
  3.   put getAt(iscript, page + 1) into field text_cast
  4.   put page into field page_cast
  5.   put start_page into field start_page_cast
  6.   put end_page into field end_page_cast
  7.   pause()
  8. end
  9.